func golang.org/x/net/internal/httpsfv.isLCAlpha

4 uses

	golang.org/x/net/internal/httpsfv (current package)
		httpsfv.go#L17: func isLCAlpha(b byte) bool {
		httpsfv.go#L22: 	return isLCAlpha(b) || (b >= 'A' && b <= 'Z')
		httpsfv.go#L306: 	if len(s) == 0 || (!isLCAlpha(s[0]) && s[0] != '*') {
		httpsfv.go#L311: 		if !isLCAlpha(ch) && !isDigit(ch) && !slices.Contains([]byte("_-.*"), ch) {